@charset "UTF-8";
.global-pad {
  padding: 0 2.1rem;
}
/* =================头部================= */
.header {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #fff;
  position: relative;
  z-index: 10;
}
/* 头部 第一部分 */
.header-part1 {
  width: 100%;
  margin: 0.13rem 0 0.21rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-part1 .nav {
  display: flex;
  align-items: center;
}
.header-part1 .nav .item {
  font-size: 0.14rem;
  color: #ffffff;
  white-space: nowrap;
  cursor: default;
}
.header-part1 .nav .item:hover,
.header-part1 .nav .item a:hover {
  color: #cadefa;
  cursor: pointer;
}
.header-part1 .nav .date {
  cursor: auto;
}
.header-part1 .nav .item.active {
  padding: 0.09rem 0.15rem;
  border-radius: 0.3rem;
  background-color: rgba(39, 66, 100, 0.2);
}
.header-part1 .nav .item.active:hover {
  color: #ffffff;
}
.header-part1 .nav .item a {
  color: #fff;
}
.header-part1 .nav .shu {
  width: 0.02rem;
  height: 0.09rem;
  background-color: #fff;
  margin: -0.03rem 0.15rem;
}
.header-part1 .nav .syx:hover{
  cursor: default;
  color: #ffffff;
}
.header-part1 .logo {
  width: 1.03rem;
  height: 0.51rem;
}
.header-part1 .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 头部1【菜单】 */
.header1 .header-part2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.header1 .menu {
  display: flex;
  align-items: center;
  flex: 1;
}
.header1 .menu .item {
  font-size: 0.28rem;
  color: #fff;
  white-space: nowrap;
  position: relative;
}
.header1 .menu .item + .item {
  margin-left: 1.38rem;
}
.header1 .menu .item.active::after,
.header1 .menu .item:hover::after {
  content: "";
  width: 100%;
  height: 0.05rem;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  background-color: #fff;
}
.header1 .link-box {
  position: relative;
  width: 1.68rem;
  height: 0.45rem;
  color: #fff;
  box-sizing: border-box;
  border: 0.01rem solid #fff;
  border-radius: 0.3rem;
  background-color: rgba(201, 211, 233, 0.3);
  margin-left: 2.6rem;
}
.header1 .link-box .show-box {
  width: 100%;
  height: 100%;
  padding: 0 0.2rem;
  cursor: default;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  font-size: 0.18rem;
  white-space: nowrap;
}
.header1 .show-box img {
  width: 0.13rem;
  height: 0.08rem;
  object-fit: contain;
}
.link-box .show-box.active img {
  transform: rotate(180deg);
  transition: transform 0.3s;
}
.header1 .link-box .link-list {
  width: 100%;
  position: absolute;
  top: 0.45rem;
  left: 0;
  z-index: 5;
  background-color: #fff;
  display: none;
  padding: 0 0.2rem 0.3rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.09rem 0.01rem rgba(201, 211, 233, 0.3);
}
.link-list .link-item {
  font-size: 0.18rem;
  display: block;
  width: 100%;
  padding-top: 0.3rem;
  line-height: 1.3;
  color: #000;
  position: relative;
}
.link-list .link-item:hover {
  color: #165dbb;
  transition: all 0.2s;
}
.link-list .link-item img{
  display:none;width:80%;height:auto;position: absolute; left: -95%; top: 50%; transform: translate(0, -50%);
}
.link-list .link-item:hover img{
  display:block;
}
/* 头部【深汕网】 */
.header2 .title-log {
  width: 4.95rem;
  height: 1.58rem;
  margin: 1rem auto 0.58rem;
}
.header1 .title-log {
  width: 6.16rem;
  height: 1.01rem;
  margin: 0.2rem auto 0.5rem;
}
.header .title-log img {
  width: 100%;
  object-fit: contain;
}
/* 头部【搜索】 */
.header .search-box {
  width: 6.67rem;
  height: 0.74rem;
  margin: 0 auto;
  background: linear-gradient(
    -12deg,
    rgba(66, 138, 231, 0.6),
    rgba(114, 187, 244, 0.6)
  );
  box-shadow: 0px 0.1rem 0.23rem 0px rgba(36, 95, 176, 0.16);
  border-radius: 0.2rem;
  padding: 0.1rem 0.08rem;
  box-sizing: border-box;
  display: flex;
}
.header .search-box .inp-box {
  width: 5.52rem;
  height: 100%;
  background-color: #e8ecf2;
  border-radius: 0.15rem;
  display: flex;
  align-items: center;
  padding: 0 0.19rem;
  margin-right: 0.1rem;
  box-sizing: border-box;
  overflow: hidden;
}
.header .search-box .inp-box .fdj-icon {
  width: 0.15rem;
  object-fit: contain;
}
.header .search-box .inp-box .yy-icon {
  width: 0.19rem;
  object-fit: contain;
  cursor: pointer;
}
.header .search-box .inp-box .inp {
  outline: none;
  border: none;
  flex: 1;
  background-color: #e8ecf2;
  margin: 0 0.13rem;
  height: 100%;
}
.header .search-box .search-btn {
  outline: none;
  border: none;
  background-color: #2e72cb;
  font-size: 0.18rem;
  color: #fff;
  flex: 1;
  height: 100%;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 头部【热搜词】 */
.header .keyword-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.2rem auto 0;
}
.header .keyword-box .sub {
  font-size: 0.13rem;
  color: #fff;
  margin-right: 0.13rem;
}
.header .keyword-box .keyword-item {
  background-color: rgba(31, 106, 204, 0.7);
  padding: 0.05rem 0.08rem;
  color: #fff;
  font-size: 0.16rem;
  border-radius: 0.05rem;
  margin-right: 0.12rem;
}

/* 通用菜单--新0915*/
.common-menu {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: 2.4rem;
  padding: 0 2.1rem;
  display: flex;
  align-items: center;
  height: 1.6rem;
  border-top: 0.18rem solid #0062ba;
  border-bottom: 0.18rem solid #0062ba;
  background: #064fb9 url("/2023/images/menu-line-bg.png") repeat-x center;
  background-size: 13%;
}
.common-menu .common-item {
  font-size: 0.26rem;
  font-weight: 500;
  color: #fff;
  width: 20%;
  height: 0.9rem;
  line-height: 0.8rem;
  text-align: center;
}
.common-menu .common-tem.active,
.common-menu .common-item:hover {
  background-image: url("/2023/images/che.png");
  background-size: 2.93rem 0.8rem;
  background-repeat: no-repeat;
  background-position-x: -0.3rem;
  color: #0047ad;
}
/* 头部滚图 */
.head-swiper {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.head-swiper .swiper-slide {
  height: 8.56rem;
}
.swiper-slide img {
  width: 100%;
  object-fit: cover;
}

/* 手机端头部菜单的 */
.mb-hearder{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  display: none;
}
.activeBG{
  background-color:#165DBB;
}
.mb-hearder .top{
  height: 1.14rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding:0.38rem;
  z-index:99;
}
.mb-hearder .top .logo{
  width: 1.18rem;
  /* height: 0.58rem; */
}
.mb-hearder .top .logo img{
  width: 100%;
  object-fit: contain;
}
.mb-hearder .top .funbox{
  display: flex;
  align-items: center;
}
.mb-hearder .top .funbox .ftz{
  font-size:0.34rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #F9F8F6;
  margin-right: 0.49rem;
}
.mb-hearder .top .funbox .ftz a{
  color: #F9F8F6;
}
.mb-hearder .top .funbox .menuicon{
  width: 0.43rem;
  height: 0.32rem;
  background-image: url('/2023/images/mb-menu.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.mb-hearder .top .funbox .menuicon.active{
  background-image: url('/2023/images/mb-menu2.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.mb-hearder .mb-menu-container{
  position: fixed;
  top:1.14rem;
  left:0;
  width: 100%;
  height: calc(100vh - 1.14rem);
  overflow-y: auto;
  background-color: #165DBB;
  z-index:99;
  box-sizing: border-box;
  padding:0 0.45rem;
  display: none;
}
.mb-hearder .menu-box{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.mb-hearder .menu-box .menu-item{
  padding:0.4rem 0;
  border-bottom: 0.01rem solid rgba(190, 190, 190, .5);
}
.mb-hearder .menu-box .menu-item .menu-item-title{
  font-size: 0.34rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}

/* 专题页的头 */
.header .zt-mb-tit{
  display: none!important;
}
.mb-hearder-zt .nav{
  display: flex;
  align-items: center;
}
.mb-hearder-zt .nav .item{
  font-size: 0.28rem;
  color: #ffffff;
}
.mb-hearder-zt .nav .shu{
  width: 0.04rem;
  height: 0.2rem;
  background-color: #F2F2F4;
  margin: -0.03rem 0.22rem;
}
/* 一般专题通用头部  start*/
.zt-header-mod {
  /* background: url(/2023/images/zt-header-bg.jpg) no-repeat; */
  background-size: 100% 100%;
  padding: 0.25rem 0 0rem;
  background-color: #175DBC;
}
.zt-header {
  display: flex;
  justify-content: space-between;
  align-items: center;

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.zt-header .title-log {
  margin-left: 2.1rem;
  width: 4.24rem;
}
.zt-header .title-log img {
  width: 100%;
}
.zt-header-r {
  margin-right: 2.1rem;
}
.zt-header-r .header-part1 {
  justify-content: flex-end;
  margin: 0 0 0.36rem;
}
.zt-header-r .logo {
  margin-left: 0.5rem;
}
.zt-header .menu a {
  font-size: 0.28rem;
  color: #fff;
  margin-left: 1rem;
  padding-bottom: 0.2rem;
  display: inline-block;
  border-bottom: 0.05rem solid rgba(255, 255, 255, 0);
}
.zt-header .menu a:hover {
  color: #fff!important;
  border-bottom: 0.05rem solid rgba(255, 255, 255, 1);
}
/* 一般专题通用头部  end*/

/* 专题归档标签 */
.zt-gd-tag{
    color: red;
    font-size: 0.16rem;
    text-align: center;
    background: url(/2023/images/gdc.png) no-repeat;
    background-size: contain;
    width: 1.8rem;
    position: absolute;
    right: 10%;
    bottom: 0.1rem;
    height: 1rem;
    z-index: 20;
}
.zt-gd-tag b{
    
}
.zt-gd-tag span{
    position: absolute;
    bottom: 0.13rem;  
    width: 100%;  
    text-align: center;
    left: 0;
}



/* 位置 */
.pos{
    margin:0.85rem 0;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 0.2rem;
    flex-wrap: wrap;
}
.pos .home-icon{
    width: 0.22rem;
    object-fit: contain;
    margin-right: 0.18rem;
}
.pos .item+.item::before{
    content:'>';
    margin:0 0.03rem;
}

/* =================尾部================= */
.footer {
  width: 100%;
  background-color: #f2f9ff;
  display: flex;
  flex-direction: column;
}
/* 上 */
.footer .footer-part1 {
  height: 0.86rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.01rem solid #e2e2e2;
}
.footer-part1 .link-box {
  position: relative;
  color: #333;
}
.footer-part1 .link-box .show-box {
  width: 100%;
  height: 100%;
  cursor: default;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  font-size: 0.18rem;
  white-space: nowrap;
}
.footer-part1 .show-box img {
  width: 0.1rem;
  height: 0.06rem;
  object-fit: contain;
  margin-left: 0.12rem;
}
.footer-part1 .link-box .link-list {
  width: 150%;
  position: absolute;
  bottom: 0.45rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  background-color: #fff;
  display: none;
  padding: 0 0.2rem 0.4rem;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.09rem 0.01rem rgba(201, 211, 233, 0.3);
}
/* 中 */
.footer-part2 {
  height: 2.65rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* 中左 */
.footer-part2 .left {
  display: flex;
  flex-direction: column;
  margin-right: 0.28rem;
}
.footer-part2 .left .fun {
  display: flex;
  align-items: center;
}
.footer-part2 .fun .fun-item {
  color: #333;
  font-size: 0.17rem;
}
.footer-part2 .fun .fun-item + .fun-item::before {
  content: "";
  width: 0.02rem;
  height: 0.16rem;
  background-color: #999;
  margin: 0 0.16rem;
  display: inline-block;
}
.footer-part2 .info {
  color: #333;
  font-size: 0.17rem;
  display: flex;
  align-items: center;
  margin-top: 0.35rem;
}
.footer-part2 .info .bah {
  margin-right: 0.13rem;
  white-space: nowrap;
}
.footer-part2 .info .ga {
  white-space: nowrap;
}
.footer-part2 .info .ga-icon {
  width: 0.18rem;
  height: 0.19rem;
  object-fit: contain;
  vertical-align: middle;
}
/* 中中 */
.footer-part2 .part2-mid {
  display: flex;
  margin-right: 0.28rem;
}
.footer-part2 .part2-mid .mid-item {
  display: flex;
  align-items: center;
  height: 1.75rem;
  padding: 0 0.25rem;
  background-color: rgba(74, 136, 194, 0.05);
}
.footer-part2 .part2-mid .mid-item + .mid-item {
  margin-left: 0.06rem;
}
.mid-item:first-child img {
  width: 0.57rem;
  object-fit: contain;
}
.mid-item:nth-child(2) img {
  width: 1.08rem;
  object-fit: contain;
}
.mid-item:last-child img {
  width: 1.22rem;
  object-fit: contain;
}
/* 中右 */
.footer-part2 .right {
  height: 1.75rem;
  display: flex;
  flex-direction: column;
}
.footer-part2 .right .zwxmt {
  color: #333;
  font-size: 0.2rem;
  font-weight: bold;
  margin-bottom: 0.35rem;
}
.footer-part2 .right .right-list {
  display: flex;
}
.footer-part2 .right-list .right-item {
  display: flex;
  align-items: center;
  background-color: rgba(74, 136, 194, 0.05);
  border-radius: 50%;
  position: relative;
  width: 0.8rem;
  height: 0.8rem;
  cursor: pointer;
}
.footer-part2 .right-list .right-item + img{
  display:none;
}
.right-item + .right-item {
  margin-left: 0.15rem;
}
.right-item img {
  width: 0.5rem;
  object-fit: contain;
  margin: 0 auto;
}
.right-item .ewm-wrap {
  position: absolute;
  top: 80%;
  left: 50%;
  margin-left: -0.45rem;
  padding: 0.08rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 10px 0px rgba(0, 36, 83, 0.25);
  display: none;
  text-align: center;
}
.right-item .ewm-wrap img {
  width: 0.8rem;
  height: 0.8rem;
}
.right-item .ewm-wrap h3 {
  font-size: 0.16rem;
  text-align: center;
  color: #333;
}

.footer-part2 .right-list .right-item:hover .ewm-wrap {
  display: block;
}

/* 下 */
.footer-part3 {
  padding: 0.2rem 0;
  background-color: #165dbb;
  color: #fff;
  font-size: 0.14rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-part3 span{
  margin-right: 0.36rem;
}
.footer-part3 span:last-child{
  margin-right: 0;
}
/* 分页样式 */
.pages {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}
.pages .page + .page {
  margin-left: 0.15rem;
}
.pages .page a {
  padding: 0 0.12rem;
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  color: #000;
  font-size: 0.16rem;
  border-radius: 0.08rem;
  height: 0.36rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages .page a.first,
.pages .page a.last {
  padding: 0 0.1rem;
}
.pages .page a:hover,
.pages .page a.current {
  background-color: #165cbb;
  color: #fff;
  border: 1px solid #165cbb;
}
@media screen and (max-width: 1280px) {
  .footer-part2 .info{
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0.2rem;
  }
  .footer-part2 .info .bah{
    margin-bottom: 0.05rem;
  }
}
@media screen and (max-width: 768px) {
  .global-pad {
      padding: 0 0.4rem;
  }
  .pos{
      flex-wrap: wrap;
      margin: 0.4rem 0;
      display: none;
  }
  .head-swiper img {
    height: 100%;
    width: auto;
  }
  /* 头部导航 */
  .common-menu{
    display: none;
  }

 /* 手机端头部 */
  .pc-context{
    display: none!important;
  }
  .mb-context{
    display: block;
  }
  .mb-hearder .top .nav{
    display:flex;
    align-items:center;
  }
  .mb-hearder .top .nav .item,
  .mb-hearder .top .nav .item a{
    color: #fff;
    font-size: 0.28rem;
  }
  .mb-hearder  .nav .shu {
    width: 2px;
    height: 0.2rem;
    background-color: #fff;
    margin: -0.03rem 0.2rem;
  }
  .mb-hearder  .nav .syx:hover{
    cursor: default;
    color: #ffffff;
  }
  .header2{
    height: 6rem;/* 此高度要跟轮播图一样高 */
    position: absolute;
    padding: 0!important;
  }
  .header2 .title-log,
  .header1 .title-log  {
    margin: 1.23rem auto 0.43rem;
    width: 4.95rem;
    height: 1.56rem;
  }
  .header .search-box {
    width: 6.7rem;
    height: 0.94rem;
    border-radius: 0.1rem;
    padding: 0.1rem;
  }
  .header .search-box .inp-box{
    width: 5.19rem;
    border-radius: 0.1rem;
    margin-right: 0.15rem;
    /* background-color: rgba(255,255,255,.7); */
  }
  .header .search-box .inp-box .fdj-icon{
    width: 0.2rem;
  }
  .header .search-box .inp-box .yy-icon{
    width: 0.24rem;
  }
  .header .search-box .inp-box .inp {
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #888F99;
    /* background-color: rgba(255,255,255,.7); */
  }
  .header .search-box .search-btn{
    font-size: 0.26rem;
  }
  .header .keyword-box{
    margin: 0.28rem auto 0;
  }
  .header .keyword-box .sub{
    font-size: 0.22rem;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    text-shadow: 0 0.1rem 0.3rem rgba(0,0,0,0.6);
  }
  .header .keyword-box .keyword-item{
    padding: 0.06rem 0.11rem;
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 300;
    margin-right: 0.15rem;
  }
  .head-swiper{
    position: relative;
    width: 100vw;
    height: 6rem;
  }
  .head-swiper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .header .zt-mb-tit{
    display: block!important;
  }
  /* 一般专题通用头部  start*/
  .zt-header-mod {
    display: none;
  }
  .mb-zt-header-mod {
    background: #165dbb;
    height: 1.2rem;
  }
  /* 一般专题通用头部  end*/
    /* 底部信息 */
  .footer .footer-part1 {
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 0.3rem;
    padding-bottom: 0.1rem;
    padding-top: 0.3rem;
  }
  .footer-part1 .show-box img{
    width: 0.14rem;
    height: 0.08rem;
  }
  .footer-part1 .link-box{
    margin-bottom: 0.2rem;
    margin-right: 4%;
    width: 48%;
  }
   .footer-part1 .link-box:nth-child(2n){
     margin-right: 0;
   }
  .footer-part1 .link-box .show-box,
  .link-list .link-item{
    font-size: 0.24rem;
  }
  .link-list .link-item:hover img{
      display: block;
      width: 100%;
      position: unset;
      transform: unset;
  }
  .footer-part1 .link-box .link-list{
  width: 100%;
  }
  .footer-part2{
    flex-direction: column;
    height: auto;
    padding-bottom: 0.3rem;
  }
  .footer-part2 .left{
    align-items: center;
    margin-right: 0;
  }
  .footer-part2 .info{
    flex-direction: column;
    margin-top: 0;
    font-size: 0.22rem;
    align-items: center;
  }
  .footer-part2 .info .bah{
    margin-right: 0;
  }
  .footer-part2 .part2-mid{
    margin-right: 0;
  }
  .footer-part2 .part2-mid .mid-item{
    background: none;
    height: auto;
    margin: 0.22rem;
    padding: 0;
  }
  .footer-part2 .right{
    width: 100%;
    height: auto;
  }
  .footer-part2 .right .right-list{
    justify-content: space-around;
    align-items: flex-start;
  }
  .footer-part2 .right-list .right-item{
    width: 1.5rem;
    height: auto;
    background: none;
    align-items: flex-start;
  }
  .right-item img{
    width: 1rem;
    display: none;
  }
  .footer-part2 .fun .fun-item{
    font-size: 0.22rem;
  }
  .footer-part2 .right .zwxmt{
    font-size: 0.3rem;
    display: none;
  }
  .right-item .ewm-wrap{
    margin-left: -0.75rem;
    margin-bottom: 0.1rem;
    display: block;
    position: relative;
    left: 0;
    top: 0;
    box-shadow: none;
    background: none;
    padding: 0;
    margin:0;
  }
  .right-item .ewm-wrap img{
    width: 1.3rem;
    height: auto;
    display: block;
    margin-bottom: 0.15rem;
  }
  .right-item .ewm-wrap h3{
    line-height: 150%;
    font-size: 0.22rem;
  }
  .footer-part3{
    display: block;
    padding: 0.3rem 0 0.2rem;
    font-size: 0.2rem;
  }
  
  .footer-part3 span{
    display: block;
    margin-right: 0;
    text-align: center;
  }
  /* 页码 */
  .pages .page a{
    font-size: 0.24rem;
    height: 0.6rem;
    padding: 0 0.2rem;
  }
  .link-list .link-item img{
    display:block;position: unset;transform: unset;
  }
  .footer-part1 .link-box .link-list {
      height: 12rem;
      overflow-y: scroll;
  }
}

/* 适配无障碍 样式------------------------------*/
.ariabodytopfiexed {
  background-position-y: 90px;
}
.ariabodytopfiexed .head-swiper {
  top: 90px;
}